home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 089 (1989-02-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 089 (1989-02-15)(Ossowski, Stefan)(DE)(PD).adf / MRBackup / MRBackup.init < prev    next >
Text File  |  1988-12-17  |  1KB  |  32 lines

  1. # This is the MRBackup preferences/initiailization file.
  2. # This file is comprised of parameter settings and comment lines.
  3. # Parameter setting lines are of the form:
  4. #     <keyword> = <value>
  5. # where <keyword> names the parameter to be set and <value> is
  6. # either a boolean (YES/NO) or a string value.
  7. # Comments may begin with any of these special characters: '#!;$%&*'.
  8. # Leading blanks are discarded and empty lines are ignored.
  9. # Here are your current default settings:
  10. # Enable/Disable Lempel-Ziv file compression or decompression.
  11. compression = YES
  12. # Should MRBackup generate a paginated listing during backup?
  13. listing = YES
  14. # Should MRBackup talk to me?
  15. speech = YES
  16. # Are floppies to be formatted during backup?
  17. format = NO
  18. # Should MRBackup split large files across multiple floppies?
  19. bigfiles = YES
  20. # Should MRBackup set/use archive bits during backup/restore?
  21. archivebits = YES
  22. # What is the name of the home device/volume/directory?
  23. home = DH0:src/mrbackupv2.4
  24. # What is the name of the backup device/volume/directory?
  25. backup = DF1:
  26. # What is the name of the listing device or file?
  27. list = mrbackup.list
  28. # What is the name of the exclude filter file?
  29. exclude = MRBackup.xcld
  30. # What is the name of the compression filter file?
  31. cfilter = S:MRBackup.cflt
  32.